home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 June / PersonalComputerWorld-June2009-CoverdiscCD.iso / Software / Freeware / Firebug 1.3.3 / firebug-1.3.3-fx.xpi / skin / classic / firebug.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-08-22  |  4.5 KB  |  203 lines

  1. /* See license.txt for terms of usage */
  2.  
  3. #inspector-button {
  4.   list-style-image: url(chrome://firebug/skin/inspect.png);
  5. }
  6.  
  7. #inspector-button[disabled="true"] {
  8.   list-style-image: url(chrome://firebug/skin/inspectDisabled.png);
  9. }
  10.  
  11. toolbar[iconsize="small"] #inspector-button > .toolbarbutton-icon {
  12.     list-style-image: url(chrome://firebug/skin/inspectSmall.png);
  13.     width: 16px;
  14.     height: 16px;
  15. }
  16.  
  17. #firebug-button {
  18.   list-style-image: url(chrome://firebug/skin/firebug24.png);
  19. }
  20.  
  21. toolbar[iconsize="small"] #firebug-button > .toolbarbutton-icon {
  22.     list-style-image: url(chrome://firebug/skin/firebug16.png);
  23.     width: 16px;
  24.     height: 16px;
  25. }
  26.  
  27. /********************************************************************************************/
  28.  
  29. #fbLocationSeparator,
  30. #fbStatusSeparator {
  31.     min-height: 11px;
  32. }
  33.  
  34. #fbCommandArow {
  35.     margin: 2px 0 2px 7px;
  36.     font-family: Monaco, monospace;
  37.     color: #0000FF;
  38. }
  39.  
  40. #fbCommandLine {
  41.     -moz-appearance: none;
  42.     margin: 2px 0 0 0;
  43.     padding: 0 4px;
  44.     height: 0;
  45.     border: none;
  46.     font-family: Monaco, monospace;
  47. }
  48.  
  49. #fbLargeCommandLine {
  50.     margin: 0;
  51.     font-family: Monaco, monospace;
  52. }
  53.  
  54. #fbCommandLine > .textbox-input-box > .textbox-textarea {
  55.     overflow: hidden;
  56. }
  57.  
  58. /********************************************************************************************/
  59.  
  60. #fbStatusBar {
  61.     cursor: pointer;
  62. }
  63.  
  64. #fbStatusIcon {
  65.     list-style-image: url(chrome://firebug/skin/firebug-gray-16.png);
  66. }
  67. #fbStatusIcon[jsd="on"] {
  68.     list-style-image: url(chrome://firebug/skin/firebug16.png);
  69. }
  70. #fbStatusIcon[net="on"] {
  71.     list-style-image: url(chrome://firebug/skin/firebug16.png);
  72. }
  73. #fbStatusIcon[errors="on"] {
  74.     list-style-image: url(chrome://firebug/skin/firebug16.png);
  75. }
  76.  
  77. #menu_toggleSuspendFirebug[suspended="suspending"] {
  78.         color: graytext;
  79. }
  80. #menu_toggleSuspendFirebug[suspended="resuming"] {
  81.         color: graytext;
  82. }
  83.  
  84. #fbStatusText {
  85.     cursor: pointer;
  86.     color: red;
  87.     font-weight: bold;
  88. }
  89.  
  90. #fbStatusBar[errors] #fbStatusIcon {
  91.     list-style-image: url(chrome://firebug/skin/errorIcon-sm.png);
  92. }
  93.  
  94. /********************************************************************************************/
  95.  
  96. #fbToolbar {
  97.     padding-left: 4px;
  98. }
  99.  
  100. #fbToolbarInner {
  101.     overflow: hidden;
  102. }
  103.  
  104. #fbSearchBox {
  105.     margin-left: 0;
  106.     margin-right: 6px;
  107.     width: 158px;
  108. }
  109.  
  110. #fbCommandBox {
  111.     border-top: 1px solid #CCCCCC;
  112.     background-color: #FFFFFF;
  113. }
  114. /********************************************************************************************/
  115.  
  116. .toolbar-image-button {
  117.     -moz-appearance: none;
  118.     margin: 0 2px;
  119.     border: none;
  120.     padding: 0 !important;
  121.     background: transparent !important;
  122. }
  123.  
  124. .toolbar-image-button > .toolbarbutton-icon {
  125.     padding: 0 !important;
  126. }
  127.  
  128. .toolbar-image-button > .toolbarbutton-text {
  129.     display: none;
  130. }
  131.  
  132. .fbURLMenuItem { /* let file names be as long as need be */
  133.     max-width: none;
  134. }
  135. /************************************************************************************************/
  136.  
  137. #fbDebuggerButtons {
  138.     margin-right: 2px;
  139. }
  140.  
  141. #fbContinueButton,
  142. #fbStepOverButton,
  143. #fbStepIntoButton,
  144. #fbStepOutButton {
  145.     -moz-image-region: rect(auto,auto,auto,auto) !important;
  146. }
  147.  
  148. #fbContinueButton {
  149.     list-style-image: url(chrome://firebug/skin/continue.png);
  150. }
  151.  
  152. #fbContinueButton:hover:active {
  153.     list-style-image: url(chrome://firebug/skin/continueActive.png);
  154. }
  155.  
  156. #fbContinueButton[disabled="true"] {
  157.     list-style-image: url(chrome://firebug/skin/continueDisabled.png) !important;
  158. }
  159.  
  160. #fbStepOverButton {
  161.     list-style-image: url(chrome://firebug/skin/stepOver.png);
  162. }
  163.  
  164. #fbStepOverButton:hover:active {
  165.     list-style-image: url(chrome://firebug/skin/stepOverActive.png);
  166. }
  167.  
  168. #fbStepOverButton[disabled="true"] {
  169.     list-style-image: url(chrome://firebug/skin/stepOverDisabled.png) !important;
  170. }
  171.  
  172. #fbStepIntoButton {
  173.     list-style-image: url(chrome://firebug/skin/stepInto.png);
  174. }
  175.  
  176. #fbStepIntoButton:hover:active {
  177.     list-style-image: url(chrome://firebug/skin/stepIntoActive.png);
  178. }
  179.  
  180. #fbStepIntoButton[disabled="true"] {
  181.     list-style-image: url(chrome://firebug/skin/stepIntoDisabled.png) !important;
  182. }
  183.  
  184. #fbStepOutButton {
  185.     list-style-image: url(chrome://firebug/skin/stepOut.png);
  186. }
  187.  
  188. #fbStepOutButton:hover:active {
  189.     list-style-image: url(chrome://firebug/skin/stepOutActive.png);
  190. }
  191.  
  192. #fbStepOutButton[disabled="true"] {
  193.     list-style-image: url(chrome://firebug/skin/stepOutDisabled.png) !important;
  194. }
  195.  
  196. #fbBreakOnErrors {
  197.     list-style-image: url(chrome://firebug/skin/breakErrors.png);
  198. }
  199.  
  200. #fbBreakOnErrors[checked="true"] {
  201.     list-style-image: url(chrome://firebug/skin/breakErrorsOn.png);
  202. }
  203.